import type { InputHTMLAttributes } from 'react'; type RadioGroupContextType = { groupName?: string; groupValue: string | number; error: boolean; size: 'small' | 'medium'; } & Required, 'onChange'>> & Pick, 'required' | 'style'>; export declare const RadioGroupContext: import("react").Context; export {}; //# sourceMappingURL=Context.d.ts.map